Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Sep 1, 2010, 12:58:19 AM (13 years ago)
- Author:
-
darkrain42
- Comment:
-
Document Oracle's server's SSL stack being awful
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v110
|
v111
|
|
169 | 169 | |
170 | 170 | Click the "Pidgin" link, and you will be presented with step-by-step instructions, with your Facebook username identified. |
| 171 | |
| 172 | ==== Why do I get an "SSL Handshake Failed" error when connecting to Oracle's XMPP server? ==== |
| 173 | |
| 174 | The SSL/TLS implementation used by Oracle's XMPP server does not support TLS 1.0 or newer, and immediately aborts the negotiation if the ClientHello record version is newer than SSL 3.0. This causes issues when Pidgin is built with GnuTLS SSL support, as GnuTLS defaults to negotiating TLS 1.0. In order to work around this, you either need to build Pidgin with NSS SSL support or upgrade to Pidgin 2.7.0 or newer and run Pidgin like this: |
| 175 | |
| 176 | {{{ |
| 177 | PURPLE_GNUTLS_PRIORITIES="stbeehive.oracle.com=NORMAL:%COMPAT:-VERS-TLS1.2:-VERS-TLS1.1" pidgin |
| 178 | }}} |
171 | 179 | |
172 | 180 | === XMPP Buddies === |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!